home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00149_Wide View Cursors.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  317 b   |  12 lines

  1. on exitFrame
  2.   global left, right, center, Hand
  3.   set the cursor of sprite 2 to center
  4.   set the cursor of sprite 3 to 0
  5.   set the cursor of sprite 4 to 0
  6.   set the cursor of sprite 6 to Hand
  7.   set the cursor of sprite 7 to Hand
  8.   set the cursor of sprite 8 to 0
  9.   set the cursor of sprite 9 to 0
  10.   go(the frame)
  11. end
  12.